home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / mbl514.zip / BBS514.DOC < prev    next >
Text File  |  1990-01-27  |  3KB  |  68 lines

  1. MBL514 Release Notes:
  2.  
  3. 5.14 is another quick update which only adds a few minor changes.
  4. The only action necessary is to rename your configuration file to
  5. MBL514.CNF.  The configuration file has not changed.
  6.  
  7. The full @BBS address may now be edited.  Also, the full @BBS address,
  8. any BID or Append File are also shown when you are editing a message.
  9.  
  10. The forwarding file now allows an additional option to indicate different
  11. times for forwarding and reverse forwarding if you are using the same
  12. file for both functions.  The new format is:
  13.  
  14. GA WA7MXZ
  15. 03,06,09        <- forward to MXZ @ 3, 6, or 9
  16. R               <- following hours are for reverse forwarding
  17. 00-23           <- RvsFwd to him anytime
  18. @ WA7MXZ-2      (the filesize options still may be used as before)
  19. WA7MXZ
  20. NTSUT
  21. ...
  22.  
  23. If you do not include the reverse forwarding lines, reverse forwarding
  24. will default to the same hours as forwarding (as before).  In other
  25. words, you DO NOT need to change your forwarding files unless you have
  26. a use for these new features.
  27.  
  28.  
  29. ---------------
  30.  
  31. MBL513 Release Notes:
  32.  
  33. 5.13 is a quick update to 5.12 to add limited support to H-addressed
  34. messages.  The update was written in a couple of hours, so testing has
  35. been very limited.  I didn't even check to see if H-info was passed to
  36. and from the SERVERS, so you may want to use this with caution if you
  37. are using them.
  38.  
  39. A message I recently received from Hank indicated to me that the routing
  40. of H-addressed mail has not been standardized, and the main concern was
  41. simply to pass the H-addr on to the next guy.  Rather than spend time
  42. now doing any changes to the forwarding code, I have simply made a couple
  43. of changes to accept and pass on the H-addr.
  44.  
  45. All H-Addr info WILL BE IGNORED by the forwarding routines which will
  46. forward as always based only upon the @BBS callsign.
  47.  
  48. You need to make two changes to run this code.
  49.  
  50. You must run CVT513 which will convert MAILFILE.BTR to MAILINDX.BTR which
  51. adds space for the H-addr info.  (You must then either rename MAILINDX.BTR
  52. back to MAILFILE.BTR or change the mail file name in BBS513.CNF!)
  53.  
  54. You also need to add your full H-address in a line following your callsign
  55. in BBS513.CNF.
  56.  
  57. ....
  58. [Logan, Utah]  Z:84321
  59. z             (Time zone)
  60. 25            (Minute of the hour to do forwarding)
  61. WA7MBL        (Owner call sign)
  62. WA7MBL.UT.USA (Owner H addr)      <--- Add this line ***********
  63. Jeff          (Owner name) 
  64. .....
  65.  
  66. PS - my personal opinion is that the continent information (.NA in USA.NA) is
  67. redundant and not necessary.
  68.